home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15997 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: ddi2.digital.net!usenet
  2. From: (Kenzo)
  3. Newsgroups: comp.lang.c++
  4. Subject: *****beginer question******unresolved external symbol
  5. Date: Tue, 09 Apr 1996 04:18:14 GMT
  6. Organization: FLORIDA ONLINE, Florida's Premier Internet Provider
  7. Message-ID: <4kcof4$9h1@ddi2.digital.net>
  8. NNTP-Posting-Host: @pm4_12.digital.net
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. Thank you for reading. This question may be beginer question and I
  12. should read mannual carefully. But I am stuck. So if you know how to
  13. solve it . please send E-Mail or post it here.
  14.  
  15. I typed binary tree program on the text book. There are no type miss.
  16. But compiler give me like that messages. I am using MS Visiul C++.
  17.  
  18.  
  19. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  20. Compiling...
  21. avltree.cpp
  22. Linking...
  23. avltree.obj : error LNK2001: unresolved external symbol "class ostream
  24. & __cdecl operator<<(class ostream &,class String const
  25. &)"(??6@YAAAVostream@@AAV0@ABVString@@@Z)
  26. avltree.obj : error LNK2001: unresolved external symbol "public:
  27. __thiscall String::~String(void)"(??1String@@QAE@XZ)
  28. avltree.obj : error LNK2001: unresolved external symbol "public:
  29. __thiscall String::String(char const *)"(??0String@@QAE@PBD@Z)
  30. avltree.obj : error LNK2001: unresolved external symbol "public:
  31. __thiscall String::String(class String const
  32. &)"(??0String@@QAE@ABV0@@Z)
  33. avltree.obj : error LNK2001: unresolved external symbol "public: int
  34. __thiscall String::operator<(class String const &)const
  35. "(??MString@@QBEHABV0@@Z)
  36. avltree.obj : error LNK2001: unresolved external symbol "public: int
  37. __thiscall String::operator<=(class String const &)const
  38. "(??NString@@QBEHABV0@@Z)
  39. avltree.obj : error LNK2001: unresolved external symbol "public: int
  40. __thiscall String::operator>(class String const &)const
  41. "(??OString@@QBEHABV0@@Z)
  42. avltree.obj : error LNK2001: unresolved external symbol "public: int
  43. __thiscall String::operator==(class String const &)const
  44. "(??8String@@QBEHABV0@@Z)
  45. LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol
  46. _WinMain@16
  47. Debug/April.exe : fatal error LNK1120: 9 unresolved externals
  48. Error executing link.exe.
  49. April.exe - 10 error(s), 0 warning(s)
  50. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  51.  
  52.